RetroMission *** CD-ROM | disk | FTP | web | AOL | usenet | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Desktop / .xdt_dir / objects / ademo.obj / activate (.txt) next >
Text File  |  1995-07-19  |  1KB  |  53 lines

  1. # IXI Version: @(#) activate 10.1.2.1
  2.  
  3. begin
  4.  
  5. filetype /usr/skunk/bin/X11/ademo
  6. if [ == $_type(1) F ] && [ == $_type(2) X ]
  7.     then
  8.         exec=true
  9. fi
  10. if [ == $exec true ]
  11. then
  12.     cd $HOME
  13.  
  14.     filetype /tmp/ademo_stop
  15.     if [ == $_type(1) F ]
  16.     then
  17.         animate $static_arg false $static_arg/picture12.px \
  18.         $static_arg/picture11.px \
  19.         $static_arg/picture10.px \
  20.         $static_arg/picture9.px \
  21.         $static_arg/picture8.px \
  22.         $static_arg/picture7.px \
  23.         $static_arg/picture6.px \
  24.         $static_arg/picture5.px \
  25.         $static_arg/picture4.px \
  26.         $static_arg/picture3.px \
  27.         $static_arg/picture2.px \
  28.         $static_arg/picture1.px \
  29.         $static_arg/picture.px
  30.         sh /tmp/ademo_stop
  31.     else
  32.         animate $static_arg false $static_arg/picture.px \
  33.         $static_arg/picture1.px \
  34.         $static_arg/picture2.px \
  35.         $static_arg/picture3.px \
  36.         $static_arg/picture4.px \
  37.         $static_arg/picture5.px \
  38.         $static_arg/picture6.px \
  39.         $static_arg/picture7.px \
  40.         $static_arg/picture8.px \
  41.         $static_arg/picture9.px \
  42.         $static_arg/picture10.px \
  43.         $static_arg/picture11.px \
  44.         $static_arg/picture12.px
  45.         /usr/skunk/bin/X11/ademo
  46.     fi
  47.  
  48. else
  49.     fyi -t 'ademo' ''$m1''
  50. fi
  51.  
  52. finish
  53.